home *** CD-ROM | disk | FTP | other *** search
/ Grand Slam 3 / Grand Slam 3.iso / 011 / dnx_disc.arj / UPDATE.BAT < prev   
DOS Batch File  |  1995-04-20  |  1KB  |  49 lines

  1. @echo off
  2. echo off
  3. cls
  4. echo Welcome to the Discworld 1.04 Update!
  5. echo .
  6. echo This process will upgrade your Discworld program to version 1.04
  7. echo Version 1.04 features improved sound quality, and a host of other
  8. echo bug fixes.
  9. echo.
  10. echo This version works on any released version of Discworld (these should
  11. echo have timestamps of 3/20/95 or older).
  12. echo .
  13. echo WARNING:  Version 1.04 of Discworld may NOT be compatible with your
  14. echo current saved games.
  15. if %1s == s GOTO Usage
  16. if not exist %1\discwld.cd\dwb.exe goto Usage
  17. if exist %1\discwld\bogus.gra goto Usage
  18. pause
  19. del %1\discwld.cd\drivers\isound.bat
  20. del %1\discwld.cd\drivers\midpak.ad
  21. del %1\discwld.cd\drivers\midpak.adv
  22. del %1\discwld.cd\drivers\pmidpak.com
  23. del %1\discwld.cd\drivers\soundrv.com
  24. rd %1\discwld.cd\drivers
  25. disc104 %1\discwld.cd -o
  26. cls
  27. echo Upgrade complete!  When you're ready to reconfigure your sound card,
  28. pause
  29. %1
  30. cd \discwld.cd
  31. setsound
  32. cls
  33. GOTO Information
  34.  
  35. :Usage
  36. echo From your floppy drive prompt (either A: or B:), type:
  37. echo               UPDATE C:
  38. echo where C: is the drive where the DISCWLD.CD directory is.
  39. GOTO END
  40.  
  41. :Information
  42. echo To start Discworld, type DISC from within this directory.
  43. echo .
  44. echo If you have any further questions, our technical support representatives
  45. echo stand ready to provide help.  They can be reached at (617) 497-7794,
  46. echo between the hours of 9 am and 5 pm, Eastern time.
  47.  
  48. :END
  49.